Bump the all group with 6 updates#286
Merged
Merged
Conversation
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [torch](https://github.com/pytorch/pytorch) | `2.12.0` | `2.12.1` | | [torchvision](https://github.com/pytorch/vision) | `0.27.0` | `0.27.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.16` | `0.15.17` | | [ty](https://github.com/astral-sh/ty) | `0.0.48` | `0.0.50` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.0` | | [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `1.18.0` | `1.19.0` | Updates `torch` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.12.0...v2.12.1) Updates `torchvision` from 0.27.0 to 0.27.1 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.27.0...v0.27.1) Updates `ruff` from 0.15.16 to 0.15.17 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.16...0.15.17) Updates `ty` from 0.0.48 to 0.0.50 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.48...0.0.50) Updates `pytest` from 9.0.3 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.0) Updates `huggingface-hub` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: torchvision dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ty dependency-version: 0.0.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: huggingface-hub dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
38786ec to
5c733af
Compare
thomas-chauchefoin-tob
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 6 updates:
2.12.02.12.10.27.00.27.10.15.160.15.170.0.480.0.509.0.39.1.01.18.01.19.0Updates
torchfrom 2.12.0 to 2.12.1Release notes
Sourced from torch's releases.
Commits
7269437Update triton to 3.7.1 release (#186814)88f16c2[MPS] Fix fill_ on byte-dtype views with misaligned storage offset (#186821)ccf6e67[release-only] Update version to 2.12.1 (#186813)88a6dc7Revive CUDA 12.9 nightly binary builds (#186015)ded5505[CD] Drop CPython 3.13t from binary build matrix (#182951) (#186654)Updates
torchvisionfrom 0.27.0 to 0.27.1Release notes
Sourced from torchvision's releases.
Commits
df56172[release-only] bump version to 0.27.1Updates
rufffrom 0.15.16 to 0.15.17Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
7c645a9Bump 0.15.17 (#25872)f381eb1Prioritize human-readable names in CLI output (#25869)b9b4546Minor workflow simplification (#25870)1e77ba0[ty] MovePreformattedBlockScannerto format-agnostic location. (#25856)6f2b772[ty] Preserve nominal type of enum.property instances (#25849)be4777c[ty] Fix site-package error when multiple versions of pythons are installed i...53f6ff7Allow human-readable names in suppression comments (#25614)6740325[ty] Restrict uncached raw signature access (#25866)970b1bfAuto-update snapshots when syncing typeshed (#25841)0785793Fix handling ofignorecomments within adisable/enablepair (#25845)Updates
tyfrom 0.0.48 to 0.0.50Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
8c5c8c1Bump version to 0.0.50 (#3800)42a9002Update benchmarks for ty 0.0.50 (#3799)f515f25Pass PyPI version to ty-pre-commit when triggering a release in that repo (#3...b669da8Bump version to 0.0.49 (#3749)79f0f51Fixups to new AGENTS.md file (#3741)d621352alex/generated workflow agents (#3740)Updates
pytestfrom 9.0.3 to 9.1.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b2522cfPrepare release version 9.1.0368d2fc[refactor] TightenSetComparisonFunctiontoIterator[str](#14587)ff77cd8[refactor] Make base assertion comparisons return an iterator instead of a li...0d8491abuild(deps): Bump actions/stale from 10.2.0 to 10.3.04a809d9Merge pull request #14568 from pytest-dev/register-fixture5dfa385Fix recursion traceback test to cover all styles (#14582)f52ff0cAddpytest.register_fixturea8ac094Merge pull request #14567 from pytest-dev/more-visibility-deprecatee5620cd[pre-commit.ci] pre-commit autoupdate (#14577)2ce9c6dMerge pull request #14540 from minbang930/fix-14533-doctest-module-fixturesUpdates
huggingface-hubfrom 1.18.0 to 1.19.0Release notes
Sourced from huggingface-hub's releases.
... (truncated)
Commits
b1909ebRelease: v1.19.0fe27c47OIDC: Include error_description in HTTP error messages (#4341)68dd701Release: v1.19.0.rc1934797eRelease: v1.19.0.rc069ef7d7[Agent] Dynamic agent harness registry (#4325)f6b439c[fix] Transient locaion error due to CDN (#4339)f1f2c43Fix ignored-pattern warning grammar in download CLI (#4337)92009d4[Tests] Add xet/no_xet pytest markers to filter Xet vs non-Xet tests (#4336)e3b6d5b[Auth] Keyless CI/CD auth via OIDC token exchange (#4326)8e4ca5c[CI] Remove .github/workflows/python-prerelease.yml (#4335)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions